<?if($USER_LOGGED_IN$)?> 
<table width="100%"> 
<tbody> 
<tr> 
<td width="35%"><div class="avaa"><?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" width="80" height="80"><?else?><img src="http://ujava.3dn.ru/img/noava.png" width="80" height="80"><?endif?></td> 
<td width="65%"><div id="about_pr"> 
 : <b>$USERNAME$</b> 

 ID: <b>$USER_ID$</b> 

 IP: <b>$IP_ADDRESS$</b>

 : <b>$USER_GENDER$</b>

   : <b>$USER_REG_DAYS$ <?if($USER_REG_DAYS$%10=0||$USER_REG_DAYS$%10>4||$USER_REG_DAYS$%100>10&&$USER_REG_DAYS$%100<15)?><?else?><?if($USER_REG_DAYS$%10=1)?><?else?><?endif?><?endif?></b> 
</div></td> 
</tr> 
</tbody> 
</table> 
<table width="100%"> 
<tbody> 
<tr> 
<td width="100%"> 
<input class="buttonprofile" type="button" onclick="document.location.href='/index/8'; return false;" value=""/>

<input class="buttonprofile" type="button" onclick="document.location.href='$PM_URL$'; return false;" value="  (<?if($IS_NEW_PM$)?>$IS_NEW_PM$<?else?>0<?endif?>)"/>

<input class="buttonprofile" type="button" onclick="document.location.href='$LOGOUT_LINK$'; return false;" value=""/> 
</td> 
</tr> 
</tbody> 
</table> 
<?else?> 
$LOGIN_FORM$ 
<?endif?>